stylecontext: fix gtk-doc comment syntax
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 22 Dec 2015 19:56:23 +0000 (11:56 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 22 Dec 2015 19:56:23 +0000 (11:56 -0800)
gtk/gtkstylecontext.h

index d138a767508fe373cfbb5821729a22bdd149247d..8428213b2691b69b455ae1621b083e6a9dc45243 100644 (file)
@@ -895,7 +895,7 @@ struct _GtkStyleContextClass
  */
 #define GTK_STYLE_CLASS_READ_ONLY "read-only"
 
-/*
+/**
  * GTK_STYLE_CLASS_OVERSHOOT:
  * A CSS class that is added on the visual hints that happen
  * when scrolling is attempted past the limits of a scrollable
@@ -905,7 +905,7 @@ struct _GtkStyleContextClass
  */
 #define GTK_STYLE_CLASS_OVERSHOOT "overshoot"
 
-/*
+/**
  * GTK_STYLE_CLASS_UNDERSHOOT:
  * A CSS class that is added on the visual hints that happen
  * where content is 'scrolled off' and can be made visible
@@ -915,7 +915,7 @@ struct _GtkStyleContextClass
  */
 #define GTK_STYLE_CLASS_UNDERSHOOT "undershoot"
 
-/*
+/**
  * GTK_STYLE_CLASS_PAPER:
  * A CSS class that is added to areas that should look like paper.
  *